-
Notifications
You must be signed in to change notification settings - Fork 111
Data types #243
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. Weβll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Data types #243
Conversation
Error: the article already translated in the Progress Issue #1 |
b27374e
to
f579000
Compare
There is still text that has not been translated. |
Hi, Will you translate the missing parts, including solution and task? Trying to know your plan regarding to this lesson. Thanks, Osvaldo. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In line 73, the english sentence still in the file.
Moreover, good job!
OlΓ‘ @renatocfrancisco, Obrigado pela observaΓ§Γ£o, nΓ£o tinha percebido β€οΈ OlΓ‘ @odsantos,
O PR contempla toda traduΓ§Γ£o do artigo, com exceΓ§Γ£o da linha 73 como citado pelo Renato Por desencargo, tambΓ©m atualizei com a master do repositΓ³rio original. Poderia adicionar sua revisΓ£o a este PR? |
Hi @jonnathan-ls , sim. Logo que possivel. Obrigado. |
@peruibeloko, @jonnathan-ls, what is missing in this pull request? |
The review by two maintainers is missing, I will not contribute with the review, as the PR is precisely my own, there is no point in reviewing it myself @nazarepiedady Could you add your review? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We could improve it more ahead, but for now, it is good enough to be approved.
@jonnathan-ls, now we need one more review. It should take some time because we are running under forces. |
@peruibeloko, are you available to review this pull request? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Duas mudanΓ§as rΓ‘pidas e estΓ‘ aprovado
|
||
For most purposes that's quite enough, but sometimes we need really big numbers, e.g. for cryptography or microsecond-precision timestamps. | ||
Para a maioria dos propΓ³sitos, isso Γ© o suficiente, mas Γ s vezes precisamos de nΓΊmeros realmente grandes, por exemplo, para criptografia ou carimbos de data/hora com precisΓ£o de microssegundos. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This section is duplicated at line 75
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Removed
``` | ||
|
||
You can check [*MDN* BigInt compatibility table](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/BigInt#Browser_compatibility) to know which versions of a browser are supported. | ||
VocΓͺ pode verificar a [tabela de compatibilidade do *MDN* BigInt](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/BigInt#browser_compatibility) para saber quais versΓ΅es de um navegador sΓ£o suportadas. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
VocΓͺ pode verificar a [tabela de compatibilidade do *MDN* sobre BigInt]
ou
VocΓͺ pode verificar a [tabela de compatibilidade do BigInt na *MDN*]
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done
Please make the requested changes. After it, add a comment "/done". |
@jonnathan-ls, could you consider the reviews did? |
/done @nazarepiedady I applied the requests noted by @peruibeloko, see commit 4a7029e. And I also added pending content that I noticed when accessing the article from the official English repository bigint-type session, see commit 7cafcbb |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It seems good enough to be approved.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Error: the article already translated in the Progress Issue #1 |
Data types
π Goal
β What was done?